.personnel-list__image {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}

.personnel-list__image img {
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-height: none !important;
}

.in-front {
    z-index: 2;
    height: 100% !important;
    width: auto !important;
}

.behind {
    z-index: 1;
    filter: blur(20px);
    opacity: 0.7;
}